Title

 

Rodney Dyer, PhD

Transition

Bullets

When you click the Render button a document will be generated that includes:

  • Content authored with markdown
  • Output from executable code

Two Columns Specified

stuff

stuff

Some Title

List One

  • Item A
  • Item B
  • Item C

List Two

  • Item X
  • Item Y
  • Item Z

Another Slide

The code

hist( rnorm(1200) )

The Plot

And another slide

  • Item X
  • Item Y
  • Item Z

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur gravida eu erat et fring. Morbi congue augue vel eros ullamcorper, eget convallis tortor sagittis. Fusce sodales viverra mauris a fringilla. Donec feugiat, justo eu blandit placerat, enim dui volutpat turpis, eu dictum lectus urna eu urna. Mauris sed massa ornare, interdum ipsum a, semper massa.

Code

When you click the Render button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:

px <- 0.75
py <- 0.25
m <- 0.1
ret <- rep(NA,100)
ret[1] <- py
for( i in 2:100) {
  ret[i] <- (1-m)*ret[(i-1)] + px * m   
}

Results

Questions

If you have any questions, please feel free to either post them as an “Issue” on your copy of this GitHub Repository, post to the Canvas discussion board for the class, or drop me an email.

Peter Sellers looking bored